home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000194_news@newsmaster….columbia.edu _Fri Jun 12 10:17:50 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA20840
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 12 Jun 1998 10:17:50 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA00385
  7.     for kermit.misc@watsun; Fri, 12 Jun 1998 10:17:49 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Tektronix emulation
  12. Date: 12 Jun 1998 14:17:48 GMT
  13. Organization: Columbia University
  14. Lines: 21
  15. Message-ID: <6lrdac$fj4$1@apakabar.cc.columbia.edu>
  16. References: <358121A2.5DB90366@obspm.fr>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8867
  19.  
  20. In article <358121A2.5DB90366@obspm.fr>,
  21. Michel Caillat  <caillat@obspm.fr> wrote:
  22. : I am looking for a terminal emulation program offering VT100 (or VTxx) and
  23. : Tektronix (4010 or 40xx) emulation capabilities to run on my PC under
  24. : Windows NT connected via TCP/IP to some servers running under Unix or
  25. : VMS. Can you tell me if kermit offers this kind of services ?
  26. The DOS version of Kermit has VT100 and Tek 4014, but is not a native
  27. Windows program, and will not be able to access any Windows-specific
  28. resources such as long filenames, Winsock, etc:
  29.  
  30.   http://www.columbia.edu/kermit/mskermit.html
  31.  
  32. Kermit 95 is a native 32-bit Windows program, and has numerous text terminal
  33. emulations, including VT100, but not Tektronix:
  34.  
  35.   http://www.columbia.edu/kermit/k95.html
  36.  
  37. We'll be adding Tektronix emulation to it soon.
  38.  
  39. - Frank